Chrome Devtools
You can now use the Audits panel in combination with other DevTools features like Request Blocking and Local Overrides.
CTRL+SHIFT+P , F1 設定を変える
パネルごとに機能を整理する。
source
ローカルオーバーライド
Console
$_ で last value ipythonでの、_みたいなもの。
extensionからのerrorをexcludeしたい。正規表現が使える
/^(?!net::ERR_BLOCKED_BY_CLIENT).*$/ or /(?!net::ERR_BLOCKED_BY_CLIENT)/ でOK
Network
peformance